home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global dayNo, firstMonthlyDay, beginDate, oldstamp
- if the doubleClick then
- exit
- end if
- cursor(4)
- set x to the clickOn
- if the cursor of sprite x > 200 then
- killcorrection()
- go("Monthly Mucus")
- puppetSprite(7, 1)
- puppetSprite(7, 0)
- set dayNo to x - 25 + firstMonthlyDay
- set oldstamp to getAt(stamp, dayNo)
- put "Choose the best stamp for Day " & dayNo & ": " & GetLongDate(dayNo + beginDate - 1) into field "choose"
- end if
- cursor(0)
- end
-